home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / adselnum.dfm / adselnum.txt
Text File  |  1996-04-08  |  1KB  |  75 lines

  1. object NumberSelectForm: TNumberSelectForm
  2.   Left = 305
  3.   Top = 319
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Phone Number'
  6.   ClientHeight = 271
  7.   ClientWidth = 672
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object OkBtn: TBitBtn
  17.     Left = 561
  18.     Top = 57
  19.     Width = 95
  20.     Height = 33
  21.     TabOrder = 0
  22.     OnClick = OkBtnClick
  23.     Kind = bkOK
  24.   end
  25.   object CancelBtn: TBitBtn
  26.     Left = 561
  27.     Top = 116
  28.     Width = 95
  29.     Height = 33
  30.     TabOrder = 1
  31.     Kind = bkCancel
  32.   end
  33.   object HelpBtn: TBitBtn
  34.     Left = 561
  35.     Top = 180
  36.     Width = 95
  37.     Height = 33
  38.     Enabled = False
  39.     TabOrder = 2
  40.     Kind = bkHelp
  41.   end
  42.   object ListGrid: TDrawGrid
  43.     Left = 9
  44.     Top = 39
  45.     Width = 533
  46.     Height = 218
  47.     ColCount = 2
  48.     Ctl3D = True
  49.     DefaultRowHeight = 20
  50.     FixedCols = 0
  51.     FixedRows = 0
  52.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  53.     ParentCtl3D = False
  54.     RowCount = 1
  55.     ScrollBars = ssVertical
  56.     TabOrder = 3
  57.     OnDblClick = ListGridDblClick
  58.     OnDrawCell = ListGridDrawCell
  59.     ColWidths = (
  60.       209
  61.       335)
  62.   end
  63.   object ListHeader: THeader
  64.     Left = 9
  65.     Top = 10
  66.     Width = 533
  67.     Height = 31
  68.     Sections.Sections = (
  69.       #0'210'#0'Name'
  70.       #0'90'#0'Phone number')
  71.     TabOrder = 4
  72.     OnSized = ListHeaderSized
  73.   end
  74. end
  75.